diff options
author | kintel <kintel@cb376a5e-1013-0410-a455-b6b1f9ac8223> | 2009-02-10 19:18:56 +0000 |
---|---|---|
committer | kintel <kintel@cb376a5e-1013-0410-a455-b6b1f9ac8223> | 2009-02-10 19:18:56 +0000 |
commit | 2532d0daed688df248ae3e05658d5e185930f66e (patch) | |
tree | e13ad889beaf725d7161deba6a56ab8bdc1dddca | |
parent | e8d9e81f61e1cdcd28d80077b06b37b1602b93b4 (diff) | |
download | reprap-backup-2532d0daed688df248ae3e05658d5e185930f66e.tar.gz reprap-backup-2532d0daed688df248ae3e05658d5e185930f66e.zip |
ATmega324P support
git-svn-id: https://reprap.svn.sourceforge.net/svnroot/reprap@2525 cb376a5e-1013-0410-a455-b6b1f9ac8223
-rwxr-xr-x | trunk/users/metalab/GCode_Interpreter_SD/sd_raw_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trunk/users/metalab/GCode_Interpreter_SD/sd_raw_config.h b/trunk/users/metalab/GCode_Interpreter_SD/sd_raw_config.h index 83d4360c..135334ad 100755 --- a/trunk/users/metalab/GCode_Interpreter_SD/sd_raw_config.h +++ b/trunk/users/metalab/GCode_Interpreter_SD/sd_raw_config.h @@ -81,6 +81,7 @@ #elif defined(__AVR_ATmega16__) || \ defined(__AVR_ATmega32__) || \ defined(__AVR_ATmega644__) || \ + defined(__AVR_ATmega324P__) || \ defined(__AVR_ATmega644P__) #define configure_pin_mosi() DDRB |= (1 << DDB5) #define configure_pin_sck() DDRB |= (1 << DDB7) |