Merge pull request #722 from AndersHoglund/fix_the_reds
include of nvic.h missing in transponder.c, compile failed.
This commit is contained in:
commit
b3b55b4c03
|
@ -24,6 +24,7 @@
|
|||
#include "build_config.h"
|
||||
|
||||
#include "drivers/dma.h"
|
||||
#include "drivers/nvic.h"
|
||||
#include "drivers/transponder_ir.h"
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue