Includes library modifications to allow access to AIN_4 (AIN_0 / 5)

Committer:
bryantaylor
Date:
Tue Sep 20 21:26:12 2016 +0000
Revision:
0:eafc3fd41f75
hackathon

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bryantaylor 0:eafc3fd41f75 1 SRCS += \
bryantaylor 0:eafc3fd41f75 2 source/m2mbase.cpp \
bryantaylor 0:eafc3fd41f75 3 source/m2mdevice.cpp \
bryantaylor 0:eafc3fd41f75 4 source/m2mfirmware.cpp \
bryantaylor 0:eafc3fd41f75 5 source/m2minterfacefactory.cpp \
bryantaylor 0:eafc3fd41f75 6 source/m2minterfaceimpl.cpp \
bryantaylor 0:eafc3fd41f75 7 source/m2mnsdlinterface.cpp \
bryantaylor 0:eafc3fd41f75 8 source/m2mobject.cpp \
bryantaylor 0:eafc3fd41f75 9 source/m2mobjectinstance.cpp \
bryantaylor 0:eafc3fd41f75 10 source/m2mreporthandler.cpp \
bryantaylor 0:eafc3fd41f75 11 source/m2mresource.cpp \
bryantaylor 0:eafc3fd41f75 12 source/m2mresourceinstance.cpp \
bryantaylor 0:eafc3fd41f75 13 source/m2msecurity.cpp \
bryantaylor 0:eafc3fd41f75 14 source/m2mserver.cpp \
bryantaylor 0:eafc3fd41f75 15 source/m2mstring.cpp \
bryantaylor 0:eafc3fd41f75 16 source/m2mtlvdeserializer.cpp \
bryantaylor 0:eafc3fd41f75 17 source/m2mtlvserializer.cpp \
bryantaylor 0:eafc3fd41f75 18 source/nsdlaccesshelper.cpp \
bryantaylor 0:eafc3fd41f75 19 source/m2mfirmware.cpp \
bryantaylor 0:eafc3fd41f75 20
bryantaylor 0:eafc3fd41f75 21
bryantaylor 0:eafc3fd41f75 22
bryantaylor 0:eafc3fd41f75 23