Documentation-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14540 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
6f9224b708
commit
606a4c3b59
|
@ -36,6 +36,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name Architecture data constraints
|
* @name Architecture data constraints
|
||||||
|
* @{
|
||||||
*/
|
*/
|
||||||
#define PORT_ARCH_SIZEOF_DATA_PTR 4
|
#define PORT_ARCH_SIZEOF_DATA_PTR 4
|
||||||
#define PORT_ARCH_SIZEOF_CODE_PTR 4
|
#define PORT_ARCH_SIZEOF_CODE_PTR 4
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name Architecture data constraints
|
* @name Architecture data constraints
|
||||||
|
* @{
|
||||||
*/
|
*/
|
||||||
#define PORT_ARCH_SIZEOF_DATA_PTR 4
|
#define PORT_ARCH_SIZEOF_DATA_PTR 4
|
||||||
#define PORT_ARCH_SIZEOF_CODE_PTR 4
|
#define PORT_ARCH_SIZEOF_CODE_PTR 4
|
||||||
|
|
Loading…
Reference in New Issue