diff options
| author | Selene ToyKeeper | 2017-05-01 00:35:37 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2017-05-01 00:35:37 -0600 |
| commit | b03e789087994bc8fb5ce24b54255351609485cd (patch) | |
| tree | 2d532f34d1d722c32bb9217dd9416058994e0eca | |
| parent | Added info about getting USBasp to work in Windows (especially Windows 10). (diff) | |
| download | anduril-b03e789087994bc8fb5ce24b54255351609485cd.tar.gz anduril-b03e789087994bc8fb5ce24b54255351609485cd.tar.bz2 anduril-b03e789087994bc8fb5ce24b54255351609485cd.zip | |
fixed tiny25 BOGOMIPS value
(not sure why it was changed, but it was wrong)
| -rw-r--r-- | tk-attiny.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tk-attiny.h b/tk-attiny.h index 4058fea..308947a 100644 --- a/tk-attiny.h +++ b/tk-attiny.h @@ -36,7 +36,7 @@ #define F_CPU 8000000UL #define EEPSIZE 128 #define V_REF REFS1 - #define BOGOMIPS (F_CPU/3200) + #define BOGOMIPS (F_CPU/4000) #else Hey, you need to define ATTINY. #endif |
