Browse Source

update to use internal oscillator

git-svn-id: https://bucket.mit.edu/svn/nilm/zoom@4393 ddd99763-3ecb-0310-9145-efcb8ce7c51f
tags/zoom-1.0
waritw 17 years ago
parent
commit
51e71c390e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      testdac/pic/config.h

+ 1
- 1
testdac/pic/config.h View File

@@ -1,7 +1,7 @@
#ifndef CONFIG_H
#define CONFIG_H

#define CONFIGWORD (WDTDIS & PWRTEN & MCLREN & BOREN & LVPEN & HS)
#define CONFIGWORD (WDTDIS & PWRTEN & MCLREN & BOREN & LVPEN & INTIO)

#define FOSC 4000000
/* Max standard baudrate with FOSC=4000000 is 19200 */


Loading…
Cancel
Save