mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
Cleanup includes
This actually gained us 10% more flash space
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
#ifdef DATA_LINK
|
||||
|
||||
#include "freertos/FreeRTOS.h"
|
||||
#include <variant>
|
||||
#include <cstdint>
|
||||
|
||||
#define BROADCAST_ADDR 0xFF //used for discovery (finding the board's neighbours). this will mean the board ids will have 2^8-2 = 254 unique IDs that could be assigned
|
||||
#define PC_ADDR 0x0 //setting 0 to be the PC
|
||||
|
||||
|
||||
Reference in New Issue
Block a user