Skip to content

Commit

Permalink
Testing - Causing crashing
Browse files Browse the repository at this point in the history
  • Loading branch information
4D Systems committed Jan 27, 2016
1 parent a717ef2 commit 117018c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions firmware/genieParticle.cpp
Expand Up @@ -40,9 +40,9 @@
* If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/

#include "genieParticle/genieParticle.h"
#include <math.h>
#include <string.h>
#include "genieParticle.h"
//#include <math.h>
//#include <string.h>

#define DEC 10
#define HEX 16
Expand Down
4 changes: 2 additions & 2 deletions firmware/genieParticle.h
Expand Up @@ -44,8 +44,8 @@
#define lowByte(w) ((uint8_t)((w) & 0xFF))
#define highByte(w) ((uint8_t)((w) >> 8))

#include <inttypes.h>
#include <stdint.h>
//#include <inttypes.h>
//#include <stdint.h>

#ifndef genieParticle_h
#define genieParticle_h
Expand Down

0 comments on commit 117018c

Please sign in to comment.