Skip to content

Commit 5042b2f

Browse files
Pascalpklapperich
authored andcommitted
Golay code is never included on non AES boards
1 parent 48faed2 commit 5042b2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Firmware/radio/radio.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
#ifndef _RADIO_H_
3636
#define _RADIO_H_
3737

38+
#ifndef INCLUDE_AES
39+
#define INCLUDE_GOLAY
40+
#endif
41+
3842
/// @page hardware Notes on Hardware Allocation
3943
///
4044
/// @section timers Timer Allocation

0 commit comments

Comments
 (0)