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