Merge pull request #9733 from thinkyhead/bf2_random_fixup_branch

[2.0.x] Drop HAL_timer_set_count
This commit is contained in:
Scott Lahteine
2018-02-20 17:03:18 -06:00
committed by GitHub
9 changed files with 2 additions and 32 deletions

View File

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