Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e729dd7

Browse files
committedAug 30, 2021
Remove ticker declaration
1 parent 38d7a03 commit e729dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎envie/target_init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ int target_init(void) {
138138
DigitalOut video_enable(PJ_2, 0);
139139
DigitalOut video_reset(PJ_3, 0);
140140

141-
Ticker pulse;
141+
//Ticker pulse;
142142
//DigitalOut eth_rst(PJ_15, 1);
143143

144144
HAL_FLASH_Unlock();

0 commit comments

Comments
 (0)
Please sign in to comment.