mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Integerized the waveform table
This commit is contained in:
parent
8e0210f944
commit
8f815a3b39
@ -108,11 +108,6 @@ static Semaphore semaphore;
|
||||
|
||||
static volatile const gpdma::channel::LLI* next_lli = nullptr;
|
||||
|
||||
void test() {
|
||||
quitt = 1;
|
||||
chSemSignalI(&semaphore);
|
||||
}
|
||||
|
||||
void transfer_complete() {
|
||||
next_lli = gpdma_channel_sgpio.next_lli();
|
||||
quitt = 0;
|
||||
|
@ -39,8 +39,6 @@ void configure(
|
||||
const baseband::Direction direction
|
||||
);
|
||||
|
||||
void test();
|
||||
|
||||
void enable(const baseband::Direction direction);
|
||||
bool is_enabled();
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user