Fix scanner compilation issue

This commit is contained in:
Pascal Langer
2019-09-11 12:23:36 +02:00
parent 7d327c1622
commit 303c4615e9
4 changed files with 5 additions and 2 deletions

View File

@@ -116,7 +116,6 @@ uint8_t num_ch;
#ifdef CC2500_INSTALLED
#ifdef SCANNER_CC2500_INO
uint8_t calData[255];
#define SCAN_CHANS_PER_PACKET 5
#else
uint8_t calData[50];
#endif