📄 program.h
字号:
// This file is part of MANTIS OS, Operating System// See http://mantis.cs.colorado.edu///// Copyright (C) 2003,2004,2005 University of Colorado, Boulder//// This program is free software; you can redistribute it and/or// modify it under the terms of the mos license (see file LICENSE)/** @file program.h * @brief DEPRECATED: OS services for programming the flash * @author Brian Shucker * @date 05/22/2003 *//*return codes*//** @brief Flash memory OK */#define PROG_OK 0 /** @brief Flash memory full */#define PROG_FULL 1 void mos_prog_start_image();uint8_t mos_prog_add_page(uint8_t *page);void mos_prog_reset();
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -