Add support for STM32F7 MCU

This commit is contained in:
Morten
2018-01-11 22:29:08 +01:00
committed by Scott Lahteine
parent a27fa80a7e
commit a0246c5c96
32 changed files with 7633 additions and 10 deletions

View File

@ -337,6 +337,8 @@
#include "pins_AZTEEG_X5_GT.h"
#elif MB(BIQU_BQ111_A4)
#include "pins_BIQU_BQ111_A4.h"
#elif MB(THE_BORG)
#include "pins_THE_BORG.h"
#else
#error "Unknown MOTHERBOARD value set in Configuration.h"
#endif