Skip to content

Commit cf01f28

Browse files
committed
add missing includes
1 parent 22b2b63 commit cf01f28

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

esp-hal-smartled/src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ use esp_hal::{
2929
clock::Clocks,
3030
gpio::OutputPin,
3131
peripheral::Peripheral,
32-
rmt::{Error as RmtError, PulseCode, TxChannel, TxChannelConfig, TxChannelCreator},
32+
rmt::{
33+
Error as RmtError, PulseCode, TxChannel, TxChannelAsync, TxChannelConfig, TxChannelCreator,
34+
TxChannelCreatorAsync,
35+
},
3336
};
3437
use smart_leds_trait::{SmartLedsWrite, SmartLedsWriteAsync, RGB8};
3538

0 commit comments

Comments
 (0)