Skip to content

Commit

Permalink
Removed reference to cygwin/ in all includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Belanger committed Jul 13, 2019
1 parent f01056c commit bde1a14
Show file tree
Hide file tree
Showing 3 changed files with 1,077 additions and 41 deletions.
2 changes: 1 addition & 1 deletion Devices/DS12887A_TOYClock/AXP_DS12887A_TOYClock.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
#include "CommonUtilities/AXP_Configure.h"
#include "CommonUtilities/AXP_Trace.h"
#include "Devices/TOYClock/AXP_DS12887A_TOYClock.h"
#include <cygwin/signal.h>
#include <signal.h>

/*
* The RAM array contains 128 bytes to store date, time, and general
Expand Down
Loading

0 comments on commit bde1a14

Please sign in to comment.