fix reciprocol convergence

This commit is contained in:
Jeff Wang
2019-04-02 23:57:28 -04:00
parent 0278165339
commit 1be980d85b
3 changed files with 31 additions and 16 deletions

View File

@ -2,13 +2,15 @@
// STC15 RPN calculator
//
#include "stc15.h"
#include <stdint.h>
#include "lcd.h"
#include "key.h"
#include "decn/decn.h"
#include "calc.h"
#include "utils.h"
#ifndef DESKTOP
#include "stc15.h"
#endif
#define FOSC 11583000