Changeset 4626 for sample/pingpong


Ignore:
Timestamp:
Jun 30, 2009, 8:19:35 AM (15 years ago)
Author:
Christoph Mayer
Message:

zurück auf 8bit, test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sample/pingpong/PingPongMessage.cpp

    r4620 r4626  
    1010}
    1111
    12 PingPongMessage::PingPongMessage(uint16_t _id) : id(_id) {
     12PingPongMessage::PingPongMessage(uint8_t _id) : id(_id) {
    1313}
    1414
     
    2020}
    2121
    22 uint16_t PingPongMessage::getid(){
     22uint8_t PingPongMessage::getid(){
    2323        return id;
    2424}
Note: See TracChangeset for help on using the changeset viewer.