Skip to content

Commit da99aae

Browse files
author
Arnd
authored
Update MicrochipSRAM.h
1 parent 9ab2734 commit da99aae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/MicrochipSRAM.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ Written by Arnd\@SV-Zanshin
4747
4848
Version| Date | Developer | Comments
4949
------ | ---------- | ----------------------------- | --------
50-
1.0.4 | 2019-01-26 | https://github.com/SV-Zanshin | Issue #11 - converted documentation to doxygen
50+
1.0.5 | 2019-01-26 | https://github.com/SV-Zanshin | Issue #11 - converted documentation to doxygen
51+
1.0.4 | 2018-06-25 | https://github.com/SV-Zanshin | Minor changes
5152
1.0.3 | 2017-07-31 | https://github.com/SV-Zanshin | Only function prototypes may contain default values / optional
5253
parameter declarations, functions may not as this can cause
5354
compiler errors
@@ -152,4 +153,4 @@ Version| Date | Developer | Comments
152153
private:
153154
uint8_t _SSPin = 0; ///< Private variable storing the SS-Pin used
154155
}; // of MicrochipSRAM class definition
155-
#endif
156+
#endif

0 commit comments

Comments
 (0)