Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename custom __packed__ attribute to __o3000_packed__macOS | Nao Pross | 2022-03-24 | 1 | -1/+1 |
| | | | | | | | | | | | | Note: It is generally a bad idea to create identifier that start with an underscore [1]. In macOS the identifier __packed__ is already defined, because the packed attribute is written as __attribute__ ((__packed__)), which causes the code to fail to compile. To solve the problem this commit replaces __packed__ with __o3000_packed__. [1]: https://en.cppreference.com/w/c/language/identifier#Reserved_identifiers | ||||
* | wrong include paths for o-3000 header files | Patrick Roth | 2019-10-18 | 1 | -1/+1 |
| | |||||
* | Initial commit | Patrick Roth | 2019-10-04 | 1 | -0/+157 |
import from github |