diff options
| author | Gordon McNab <[email protected]> | 2023-01-30 10:04:34 +0000 |
|---|---|---|
| committer | Gordon McNab <[email protected]> | 2023-01-30 10:04:34 +0000 |
| commit | 63e6aea5ac4aed5a7b405a42c888cec66432ee26 (patch) | |
| tree | a7f68de79a6201b1b20d964a8726e33a17956809 | |
| parent | 9f440e5c6946f46d2fa09af1f4c42768ac64ef78 (diff) | |
Removed unrequired header file from debugging.
| -rw-r--r-- | hw/bsp/brtmm90x/boards/mm900evxb/board.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/bsp/brtmm90x/boards/mm900evxb/board.h b/hw/bsp/brtmm90x/boards/mm900evxb/board.h index 191803ddf..771779108 100644 --- a/hw/bsp/brtmm90x/boards/mm900evxb/board.h +++ b/hw/bsp/brtmm90x/boards/mm900evxb/board.h @@ -35,8 +35,6 @@ extern "C" { #endif -#include <tinyprintf.h> - // UART to use on this board. #ifndef BOARD_UART #define BOARD_UART UART0 |
