PropWare  3.0.0.229
C++ objects and CMake build system for Parallax Propeller
PropWare.cpp
Go to the documentation of this file.
1 
26 namespace PropWare {
27 unsigned char _sd_firstByteResponse;
28 }
29 
30 extern "C" {
31 
32 int _cfg_rxpin = -1;
33 int _cfg_txpin = -1;
34 int _cfg_baudrate = -1;
35 
36 void __cxa_pure_virtual () {
37  // TODO: Provide some cool way for the user to enter their own error code
38  while (1) {
39  }
40 
41 }
42 
43 void __gxx_personality_sj0 () {
44  // TODO: Provide some cool way for the user to enter their own error code
45  while (1) {
46  }
47 }
48 
49 void *__dso_handle = 0;
50 
51 int __cxa_atexit (void (*destructor) (void *), void *arg, void *dso) {
52  return 0;
53 }
54 
55 }
PropWare::_sd_firstByteResponse
unsigned char _sd_firstByteResponse
First byte response receives special treatment to allow for verbose debugging (not for public use)
Definition: PropWare.cpp:27
PropWare
Generic definitions and functions for the Parallax Propeller.
Definition: runnable.h:33