Skip to content
Snippets Groups Projects
Commit a75b4fba authored by Bernard Blackham's avatar Bernard Blackham
Browse files

Make the default chime briefer

parent 285fc975
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include "types.h" #include "types.h"
#include "vend.h" #include "vend.h"
#define CHIME_TIME 5 /* number of RTIs to have the chime on (6.6ms each) */ #define CHIME_TIME 1 /* number of RTIs to have the chime on (6.6ms each) */
extern volatile u8 chime_count; extern volatile u8 chime_count;
extern volatile u8 unchime_count; extern volatile u8 unchime_count;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment