naren0nindiatimes / tinyos-main

Automatically exported from code.google.com/p/tinyos-main
0 stars 0 forks source link

"component PlatformC" is missing from tos/chips/atm128rfa1/adc/Atm128AdcC.nc #68

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. If application tries to use Atm128AdcC component then it would not compile 
giving following error:

In component `Atm128AdcC':
/opt/tinyos-2.x/tos/chips/atm128rfa1/adc/Atm128AdcC.nc:74: cannot find 
`PlatformC'

What version of the product are you using?
TinyOS trunk

Please provide any additional information below.

It is easy to fix:
"component PlatformC" must be added to:
/opt/tinyos-2.x/tos/chips/atm128rfa1/adc/Atm128AdcC.nc

Original issue reported on code.google.com by andres.v...@gmail.com on 16 Sep 2011 at 9:14

GoogleCodeExporter commented 8 years ago

Original comment by philip.l...@gmail.com on 16 Sep 2011 at 6:52

GoogleCodeExporter commented 8 years ago
Fixed. (the problem was caused by bad copy and paste)

Original comment by mmar...@gmail.com on 16 Sep 2011 at 8:49