Skip to content

Commit

Permalink
Change the minimum module version from 1300 to 1320
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeuz committed May 16, 2019
1 parent f94c8c4 commit fff6176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/shared/stm32f2xx/inc/system_part2_loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#include <string.h>

#define MODULE_VERSION_V1_3_0 1300
#define MODULE_VERSION_V1_3_0 1320

extern void malloc_enable(uint8_t);
extern void malloc_set_heap_start(void*);
Expand Down

0 comments on commit fff6176

Please sign in to comment.