Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.4.2"
version: "3.4.3"
description: "Library for communication with RFID / NFC cards using MFRC522 module"
url: "https://github.com/abobija/esp-idf-rc522"
repository: "https://github.com/abobija/esp-idf-rc522.git"
Expand Down
2 changes: 1 addition & 1 deletion include/picc/rc522_nxp.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include "rc522_picc.h"
#include "rc522_types.h"

#ifdef __cplusus
#ifdef __cplusplus
extern "C" {
#endif

Expand Down