Skip to content

Commit

Permalink
Merge pull request #316 from EmbeddedMan/master
Browse files Browse the repository at this point in the history
Fix for issue #315
  • Loading branch information
ricklon committed Mar 16, 2013
2 parents c237315 + 9d309ae commit 604f04e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions hardware/pic32/cores/pic32/HardwareSerial_cdcacm.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

#include <stdarg.h>
#include <stdint.h>
#include <stddef.h>


#include "HardwareSerial_cdcacm.h"
Expand Down
3 changes: 2 additions & 1 deletion hardware/pic32/cores/pic32/HardwareSerial_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@

#include <stdarg.h>
#include <stdint.h>

#include <stddef.h>
#include <sys/kmem.h>

#include "HardwareSerial_usb.h"
#include "HardwareSerial_cdcacm.h"
Expand Down

0 comments on commit 604f04e

Please sign in to comment.