X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=firmware%2Finclude%2Fapp.h;h=612d387806ecdf18d53004187c1566b64774b8d6;hb=HEAD;hp=2ffb84a518281e8c4c7c0b3b83e27ce0dc500476;hpb=5fb0341d348e101b30794945a6c91546e25e8e7b;p=goodfet 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_