banish all c++-style comments
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user