Include cleanup: components
This commit is contained in:
parent
c3475b92fa
commit
1516573df4
35 changed files with 207 additions and 124 deletions
|
|
@ -1,5 +1,9 @@
|
|||
#pragma once
|
||||
#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