More descriptive environment error message

This commit is contained in:
Scott Lahteine
2018-02-22 22:41:26 -06:00
parent b17982bde9
commit 5f8b2c2ff0
10 changed files with 13 additions and 11 deletions

View File

@@ -21,7 +21,7 @@
*/
#ifndef __STM32F1__
#error "Oops! Make sure you have an STM32F1 board selected from the 'Tools -> Boards' menu."
#error "Oops! Make sure you have an STM32F1 board selected from the 'Tools -> Boards' menu."
#endif
/**