Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
LukicMMikroe committed May 14, 2024
1 parent 88d7274 commit 1371c65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions dsPIC/mikroC/system/src/__Lib_System.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include "built_in.h"

extern const long __CONST_FAR_PREFIX;

const unsigned int __Lib_System_DefaultPage = 0;

void __CS2S() {
Expand Down Expand Up @@ -45,7 +44,6 @@ void __AddToFarPointer(const void far** ptr, unsigned long increment){
if(cPtr[2].F0 == 0)
cPtr[1].F7 = 0;


cPtr[2] >>= 1;
*((unsigned long*)cPtr) += increment;

Expand Down Expand Up @@ -335,5 +333,3 @@ void __CFar2FarS(){
W1 = HiWord(dest);
W0 = LoWord(dest);
}

////////////////////////////////////////////////////////////////////////////////
1 change: 1 addition & 0 deletions scripts/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ def update_metadata(current_metadata, new_files, version):
if name in current_files_dict:
if new_file['hash'] != current_files_dict[name]['hash']:
# Increment version
print(f"Update version to: {version}")
new_file['version'] = version
else:
# If it's a new file, set the initial version
Expand Down

0 comments on commit 1371c65

Please sign in to comment.