Update libmp

* Fix USB transfer size
* Add missing function prototype
* Change USB debug callbacks
This commit is contained in:
iabdalkader 2014-02-13 02:07:52 +02:00
parent 4c2545fddf
commit bcf5808e33
2 changed files with 1 additions and 0 deletions

View File

@ -27,4 +27,5 @@ int libmp_init();
void libmp_do_repl(void);
bool libmp_do_file(const char *filename);
vstr_t* libmp_get_line();
void libmp_line_feed();
#endif /* __LIBMP_H__ */

Binary file not shown.