forked from achamaikin/CCSModuleSW30Web
Update version to 1.0.3. Everest timeout changed to 2000ms. CP Line improved, added hysteresis, debounce and EMA filtering
This commit is contained in:
@@ -59,7 +59,6 @@ defined in linker script */
|
||||
.weak Reset_Handler
|
||||
.type Reset_Handler, %function
|
||||
Reset_Handler:
|
||||
ldr sp, =_estack /* set stack pointer */
|
||||
|
||||
/* Call the clock system initialization function.*/
|
||||
bl SystemInit
|
||||
@@ -253,7 +252,6 @@ g_pfnVectors:
|
||||
.word 0
|
||||
.word BootRAM /* @0x1E0. This is for boot in RAM mode for
|
||||
STM32F10x Connectivity line Devices. */
|
||||
.word 0x66666666 /* Reserved for OpenBLT checksum*/
|
||||
|
||||
/*******************************************************************************
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user