5 Mar
2012
5 Mar
'12
8:33 a.m.
On Mon, Mar 05, 2012 at 12:22:07AM +0000, Tabi Timur-B04825 wrote:
Shawn Guo wrote:
+static unsigned char port_mapping[] = {
- 0x0, 0x4, 0x8, 0x10, 0x14, 0x1c,
+};
May as well make this a 'const' array while you're at it. And perhaps uint8_t is a better choice than "unsigned char".
Okay, will do.
--
Regards,
Shawn