Commit 2b9fc09d authored by Henry's avatar Henry Committed by Menglong Zhu
Browse files

Fixed typo with EdgeTPU header, in copybara config. (#7441)

libedgetpu.h was used instead of edgetpu.h:
https://coral.googlesource.com/edgetpu-native/+/refs/heads/release-diploria/libedgetpu/

PiperOrigin-RevId: 263176146
parent 15c1cd77
...@@ -26,7 +26,7 @@ limitations under the License. ...@@ -26,7 +26,7 @@ limitations under the License.
#include "mobile_ssd_client.h" #include "mobile_ssd_client.h"
#include "protos/anchor_generation_options.pb.h" #include "protos/anchor_generation_options.pb.h"
#ifdef ENABLE_EDGETPU #ifdef ENABLE_EDGETPU
#include "libedgetpu/libedgetpu.h" #include "libedgetpu/edgetpu.h"
#endif // ENABLE_EDGETPU #endif // ENABLE_EDGETPU
namespace lstm_object_detection { namespace lstm_object_detection {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment