K 10 svn:author V 6 adrian K 8 svn:date V 27 2011-10-18T02:43:59.091252Z K 7 svn:log V 382 Include opt_ah.h when compiling the driver. There are HAL methods which are actually direct register access, rather than simply HAL calls. Because of this, these register accesses would use the non-debug path in ah_osdep.h as opt_ah.h isn't included. With this, the correct register access methods are used, so debugging traces show things such as TXDP checking and TSF32 access. END