We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85adbac commit 1b0453fCopy full SHA for 1b0453f
libmk/libmkc.h
@@ -196,7 +196,7 @@ LibMK_Instruction* libmk_create_instruction_flash(
196
*
197
* @returns: Single LibMK_Instruction, duration may be set by the user.
198
*/
199
-LibMK_Result libmk_create_instruction_single(
+LibMK_Instruction* libmk_create_instruction_single(
200
unsigned char row, unsigned char column, unsigned char c[3]);
201
202
/** @brief: Free a single LibMK_Instruction
0 commit comments