mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-10 08:39:29 +00:00
Integerized the waveform table
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user