X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Finclude%2Fapp.h;h=612d387806ecdf18d53004187c1566b64774b8d6;hp=2ffb84a518281e8c4c7c0b3b83e27ce0dc500476;hb=91c890ff97822d85543255c3f2bd76f2b1540f51;hpb=5fb0341d348e101b30794945a6c91546e25e8e7b diff --git a/firmware/include/app.h b/firmware/include/app.h index 2ffb84a..612d387 100644 --- a/firmware/include/app.h +++ b/firmware/include/app.h @@ -8,8 +8,8 @@ // this is the prototype for all app "handle" functions typedef void (*handle_fn)(uint8_t app, - uint8_t verb, - uint32_t len); + uint8_t verb, + uint32_t len); // Each app must declare one of these typedef struct app_