Skip to content

Commit

Permalink
IR: increase raw timings amount (#1388)
Browse files Browse the repository at this point in the history
Co-authored-by: あく <[email protected]>
  • Loading branch information
DrZlo13 and skotopes authored Jul 14, 2022
1 parent 975ee0c commit 6ac1ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/infrared/worker/infrared_worker.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
extern "C" {
#endif

#define MAX_TIMINGS_AMOUNT 512
#define MAX_TIMINGS_AMOUNT 1024

/** Interface struct of infrared worker */
typedef struct InfraredWorker InfraredWorker;
Expand Down

0 comments on commit 6ac1ed2

Please sign in to comment.