forked from acco/chti23
Compare commits
2 commits
311f55db45
...
448bfc9316
Author | SHA1 | Date | |
---|---|---|---|
448bfc9316 | |||
c56e22bee6 |
2 changed files with 1 additions and 2 deletions
|
@ -21,7 +21,7 @@ GPIO_Configure(GPIOB, 1, OUTPUT, OUTPUT_PPULL);
|
||||||
|
|
||||||
//============================================================================
|
//============================================================================
|
||||||
|
|
||||||
|
//Clignotement de GPIOB
|
||||||
while (1)
|
while (1)
|
||||||
{
|
{
|
||||||
Delay_100ms();
|
Delay_100ms();
|
||||||
|
|
|
@ -20,7 +20,6 @@ FlagCligno dcd 0
|
||||||
|
|
||||||
;Section ROM code (read only) :
|
;Section ROM code (read only) :
|
||||||
area moncode,code,readonly
|
area moncode,code,readonly
|
||||||
; écrire le code ici
|
|
||||||
|
|
||||||
timer_callback proc
|
timer_callback proc
|
||||||
push {lr}
|
push {lr}
|
||||||
|
|
Loading…
Reference in a new issue