banish all c++-style comments

This commit is contained in:
Ryan Pavlik
2011-09-14 09:42:00 -05:00
parent 9763c37525
commit adbc96318b
25 changed files with 81 additions and 81 deletions

View File

@@ -33,11 +33,11 @@
#include "nunchuk.h"
#include "dynamics.h" // for calc_joystick_state, etc
#include "events.h" // for handshake_expansion
#include "dynamics.h" /* for calc_joystick_state, etc */
#include "events.h" /* for handshake_expansion */
#include <stdlib.h> // for malloc
#include <string.h> // for memset
#include <stdlib.h> /* for malloc */
#include <string.h> /* for memset */
static void nunchuk_pressed_buttons(struct nunchuk_t* nc, byte now);