Skip to content

Commit e382198

Browse files
authored
Fix typo in AGENTS.md regarding usermod_list
1 parent 82cf5e1 commit e382198

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ class MyUsermod : public Usermod {
174174
#endif
175175
```
176176

177-
- Add usermod IDs to `wled00/const.h`, integrate new usermods via `wled00/usermod_list.cpp`
177+
- Add usermod IDs to `wled00/const.h`, integrate new usermods via `wled00/usermods_list.cpp`
178178
- Base new usermods on `usermods/EXAMPLE_v2/` (never edit the example directly)
179179
- Store repeated strings as `static const char[] PROGMEM`
180180

0 commit comments

Comments
 (0)