commit | 08661c7c5e218dedcc61874e66c4a4d523b0d9b8 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Sun Sep 01 17:24:38 2013 -0700 |
committer | Brian Silverman <brians> | Fri Sep 13 14:26:55 2013 -0700 |
tree | a9cd4c6fac9a9b159ff6fe0ca27f39d178ca6e62 | |
parent | a6d1b562132716a750ee4c05a284cf5b244500b3 [diff] [blame] |
got all of the code to actually compile again I don't think it actually works though.
diff --git a/aos/atom_code/camera/Buffers.h b/aos/atom_code/camera/Buffers.h index 07177bc..080e9eb 100644 --- a/aos/atom_code/camera/Buffers.h +++ b/aos/atom_code/camera/Buffers.h
@@ -54,7 +54,7 @@ const Message *message_; static const std::string kQueueName; // NULL for the Reader one. - Queue *queue_; + RawQueue *queue_; // Make the actual mmap calls. // Called by Buffers() automatically. void MMap();