diff options
| author | tmk <nobody@nowhere> | 2013-11-19 03:20:25 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2013-11-19 03:20:25 +0900 |
| commit | 9d40be19908394e44cdda5d3c73d21e8d3795e72 (patch) | |
| tree | 5dbfb3a3182f35a2a4a15a26736388e87c2f42d3 /common | |
| parent | 676d94d13791a99751cebf724fd5a56b150f344d (diff) | |
| download | qmk_firmware-9d40be19908394e44cdda5d3c73d21e8d3795e72.tar.gz qmk_firmware-9d40be19908394e44cdda5d3c73d21e8d3795e72.zip | |
Wait for USB starting up to make debug print available
Diffstat (limited to 'common')
| -rw-r--r-- | common/action_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/action_util.h b/common/action_util.h index 939bc2b66..f9d3161a8 100644 --- a/common/action_util.h +++ b/common/action_util.h | |||
| @@ -18,6 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 18 | #define ACTION_UTIL_H | 18 | #define ACTION_UTIL_H |
| 19 | 19 | ||
| 20 | #include <stdint.h> | 20 | #include <stdint.h> |
| 21 | #include "report.h" | ||
| 21 | 22 | ||
| 22 | extern report_keyboard_t *keyboard_report; | 23 | extern report_keyboard_t *keyboard_report; |
| 23 | 24 | ||
