Skip to content

Commit

Permalink
Golay code is never included on non AES boards
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal authored and pklapperich committed Oct 10, 2019
1 parent 48faed2 commit 5042b2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Firmware/radio/radio.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
#ifndef _RADIO_H_
#define _RADIO_H_

#ifndef INCLUDE_AES
#define INCLUDE_GOLAY
#endif

/// @page hardware Notes on Hardware Allocation
///
/// @section timers Timer Allocation
Expand Down

0 comments on commit 5042b2f

Please sign in to comment.