MacM.nc - Telos / OpenZB stack

(\tinyos-1.x\contrib\hurray\tos\lib\mac\)

                                    In green boxes are added:

                                    - return value in function add_gts_entry()

                                    - an #ifdef condition for the telos platform - the pow() function is only for the avr, for the msp430 we have to use

                                        the powf() function, see

                                        avr: \cygwin\usr\local\avr\include\math.h

                                        msp430: \cygwin\usr\local\mspgcc\msp430\include\math.h

 

Back