mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Attempt to capture rollover events --- don't think it works. Add a basic
command processor.
This commit is contained in:
@@ -171,7 +171,7 @@ static void cmd_bulk_test(struct any_frame* f)
|
||||
uint8_t buffer[64];
|
||||
|
||||
wait_until_writeable(FLUXENGINE_DATA_IN_EP_NUM);
|
||||
for (int x=0; x<16; x++)
|
||||
for (int x=0; x<64; x++)
|
||||
for (int y=0; y<256; y++)
|
||||
{
|
||||
for (unsigned z=0; z<sizeof(buffer); z++)
|
||||
|
||||
Reference in New Issue
Block a user