Skip to content

Commit

Permalink
fix compatity
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Jul 18, 2024
1 parent 7ee90d7 commit ab54f0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/maixcam_lib/include/maix_nn_maixcam.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ namespace maix::nn
{
public:
NN_MaixCam(bool dual_buff);
NN_MaixCam();
~NN_MaixCam();

/**
Expand Down Expand Up @@ -76,6 +77,7 @@ namespace maix::nn
bool _loaded;
void *_data;
bool _enable_dual_buff;
void _init(bool dual_buff = true);
};

} // namespace maix::nn
Binary file modified components/maixcam_lib/lib/libmaixcam_lib.so
Binary file not shown.

0 comments on commit ab54f0e

Please sign in to comment.