From: travisutk Date: Mon, 1 Oct 2012 12:43:09 +0000 (+0000) Subject: Minor cleanup. X-Git-Url: http://git.rot13.org//?a=commitdiff_plain;h=361753a7a4a281f1b1bc7123beae0ded6ddf2289;p=goodfet Minor cleanup. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1287 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- 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_