File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,14 @@ extern crate alloc;
77use esp32c3_hal:: prelude:: * ;
88use esp32c3_hal:: {
99 clock:: ClockControl ,
10- gpio:: { IO } ,
10+ gpio:: IO ,
1111 interrupt,
1212 peripherals:: { self , Peripherals } ,
1313 timer:: TimerGroup ,
1414 Rtc ,
1515} ;
1616use esp_backtrace as _;
1717
18-
19-
2018core:: arch:: global_asm!( ".global _heap_size; _heap_size = 0x8000" ) ;
2119
2220#[ global_allocator]
Original file line number Diff line number Diff line change 55extern crate alloc;
66
77use alloc:: { collections:: VecDeque , string:: String , vec:: Vec } ;
8+ use esp32c3_hal:: clock:: { ClockControl , CpuClock } ;
89use esp32c3_hal:: prelude:: * ;
910use esp32c3_hal:: timer:: TimerGroup ;
10- use esp32c3_hal:: {
11- clock:: { ClockControl , CpuClock } ,
12- } ;
1311use esp32c3_hal:: { gpio:: IO , peripherals:: Peripherals , Rtc } ;
1412use esp_backtrace as _;
1513use vgaterm:: { self , perf, video} ;
You can’t perform that action at this time.
0 commit comments