exti working but something is fucked up in the job queue or tinyframe

This commit is contained in:
2018-01-26 23:01:19 +01:00
parent 255f96c754
commit 45b4fb45e9
10 changed files with 310 additions and 66 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ static void UUSART_SendReceivedDataToMaster(Job *job)
uint32_t readpos = job->d32;
uint32_t count = job->len;
// TODO modify TF to allow writing in multiple chunks to avoid this useless buffer copying
// TODO use TF's Multipart sending
// TODO add API for building reports
PayloadBuilder pb = pb_start(unit_tmp512, UNIT_TMP_LEN, NULL);
pb_u8(&pb, unit->callsign);
pb_u8(&pb, 0x00); // report type "Data received"