remove second method to suppress warning

This commit is contained in:
Staars 2020-05-26 20:45:55 +02:00
parent 9f8d0fcd85
commit ba905255ee
1 changed files with 1 additions and 3 deletions

View File

@ -175,9 +175,7 @@ upload_speed = 921600
extra_scripts = ${common.extra_scripts}
build_flags = ${esp_defaults.build_flags}
; NimBLE-Arduino uses arithmetic on void- and function-pointers, this is only a cosmetic warning suppression
-Wno-pointer-arith
-D BUFFER_LENGTH=128
-D MQTT_MAX_PACKET_SIZE=1200
-D uint32=uint32_t