Skip to content

Commit 1b0453f

Browse files
committed
Fix libmk_create_instruction_single signature
1 parent 85adbac commit 1b0453f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libmk/libmkc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ LibMK_Instruction* libmk_create_instruction_flash(
196196
*
197197
* @returns: Single LibMK_Instruction, duration may be set by the user.
198198
*/
199-
LibMK_Result libmk_create_instruction_single(
199+
LibMK_Instruction* libmk_create_instruction_single(
200200
unsigned char row, unsigned char column, unsigned char c[3]);
201201

202202
/** @brief: Free a single LibMK_Instruction

0 commit comments

Comments
 (0)