Skip to content

Commit

Permalink
Reduce minimum line length
Browse files Browse the repository at this point in the history
  • Loading branch information
IanSB committed Mar 17, 2023
1 parent 555dd36 commit 1752611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/defs.h
Expand Up @@ -371,7 +371,7 @@ typedef struct {
#define EQUALISING_THRESHOLD 3400 // equalising pulses are half sync pulse length and must be filtered out
#define FRAME_MINIMUM 10000000 // 10ms
#define FRAME_TIMEOUT 30000000 // 30ms which is over a frame / field @ 50Hz (20ms)
#define LINE_MINIMUM 20000 // 20uS
#define LINE_MINIMUM 10000 // 10uS
#define HSYNC_SCROLL_LO (4000 - 224)
#define HSYNC_SCROLL_HI (4000 + 224)

Expand Down

0 comments on commit 1752611

Please sign in to comment.