You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to compile the examples (i.e. "international.ino" to get started) using µCs from Mighty Core (i.e. ATmega644) and MiniCore(i.e. ATmega328), I get the following error:
W:\libraries\PS2Keyboard\PS2Keyboard.cpp:271:1: error: narrowing conversion of '-15708' from 'int' to 'uint8_t {aka unsigned char}' inside { } [-Wnarrowing]
};
and the warnings:
W:\libraries\PS2Keyboard\PS2Keyboard.cpp:265:53: warning: multi-character character constant [-Wmultichar]
0 /CapsLock/, 0 /Rshift/, PS2_ENTER /Enter/, '¤', 0, '#', 0, 0,
^~~~
W:\libraries\PS2Keyboard\PS2Keyboard.cpp:153:1: warning: missing initializer for member 'PS2Keymap_t::altgr' [-Wmissing-field-initializers]
};
Using the ProMini (also an ATmega328), Nano etc., everything compiles absolutely fine, no warnings, no errors.
As I do need the 644 and other µC from the Mighty- and MiniCore Libs, any idea how to overcome this problem ?
Thanks in advance !
The text was updated successfully, but these errors were encountered:
When trying to compile the examples (i.e. "international.ino" to get started) using µCs from Mighty Core (i.e. ATmega644) and MiniCore(i.e. ATmega328), I get the following error:
and the warnings:
Using the ProMini (also an ATmega328), Nano etc., everything compiles absolutely fine, no warnings, no errors.
As I do need the 644 and other µC from the Mighty- and MiniCore Libs, any idea how to overcome this problem ?
Thanks in advance !
The text was updated successfully, but these errors were encountered: