Skip to content

Commit

Permalink
[gen 3] disable embedded bootloader properly
Browse files Browse the repository at this point in the history
  • Loading branch information
technobly committed May 21, 2019
1 parent 4e20421 commit ea0763b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hal/inc/bootloader_hal.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extern "C" {
#include <stdint.h>

#if !defined(SYSTEM_MINIMAL)
#if /*PLATFORM_ID==6 || PLATFORM_ID==8 ||*/ PLATFORM_ID==10 || HAL_PLATFORM_MESH
#if /*PLATFORM_ID==6 || PLATFORM_ID==8 ||*/ PLATFORM_ID==10 /*|| HAL_PLATFORM_MESH*/
#define HAL_REPLACE_BOOTLOADER
#endif
#if PLATFORM_ID==6 || PLATFORM_ID==8 || PLATFORM_ID==10 || HAL_PLATFORM_MESH
Expand Down

0 comments on commit ea0763b

Please sign in to comment.