Include cleanup: components
This commit is contained in:
parent
c3475b92fa
commit
1516573df4
35 changed files with 207 additions and 124 deletions
|
|
@ -3,7 +3,11 @@
|
|||
#include <cstdint>
|
||||
#include <array>
|
||||
|
||||
#define min // workaround: nimble's min/max macros conflict with libstdc++
|
||||
#define max
|
||||
#include <host/ble_gap.h>
|
||||
#undef max
|
||||
#undef min
|
||||
|
||||
namespace Pinetime {
|
||||
namespace System {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue