mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-16 21:38:39 +00:00
IR: increase raw timings amount (#1388)
Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
parent
975ee0c009
commit
6ac1ed2aaa
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue