Browse Source

Small change while the build system is in flux.

simple
Jacob Alexander 12 years ago
parent
commit
9f5c89e666
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      main.c

+ 1
- 1
main.c View File

@@ -30,7 +30,7 @@

// TEMP INCLUDES
#include "usb_keyboard_debug.h"
#include <print.h>
#include "print.h"

#define CPU_PRESCALE(n) (CLKPR = 0x80, CLKPR = (n))