From 361753a7a4a281f1b1bc7123beae0ded6ddf2289 Mon Sep 17 00:00:00 2001 From: travisutk Date: Mon, 1 Oct 2012 12:43:09 +0000 Subject: [PATCH] Minor cleanup. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1287 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- firmware/include/app.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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_ -- 2.20.1